home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Working ....
- ren epson.mem epson.old
- copy hp.mem epson.mem
- cls
- %1
- if "%1" == " " goto final
- :final
- echo This program will now terminate....
- echo.
- pause
- goto end
- :end
- cls
- echo Working ....
- del epson.mem
- ren epson.old epson.mem
- cls